projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
087a5f8
)
(Using NON_GNU_CPP): Don't lose if it has spaces.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Feb 1994 05:55:12 +0000
(
05:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 3 Feb 1994 05:55:12 +0000
(
05:55
+0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 0e7e50f58638fbe6734308b1f1902ed57aaebd41..c2780e1d012501144a4a44f6d42d592cc1aff935 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1056,10
+1056,10
@@
esac
#### Some systems specify a CPP to use unless we are using GCC.
#### Now that we know whether we are using GCC, we can decide whether
#### to use that one.
-if [
x$NON_GNU_CPP
= x ] || [ x$GCC = x1 ]
+if [
"x$NON_GNU_CPP"
= x ] || [ x$GCC = x1 ]
then true
else
- CPP=
$NON_GNU_CPP
+ CPP=
"$NON_GNU_CPP"
fi
#### Some systems specify a CC to use unless we are using GCC.